All Questions
Tagged with test-coveragequality
2 questions
1vote
2answers
294views
When writing a JUnit test for non-covered legacy code - how important is it to understand the original scenarios?
A Tech Lead in my team said: We're going to use sonar on our (500KLoc) codebase so that everytime you do a commit, it will check the classes you've touched against the coverage goals. If you don't ...
8votes
4answers
40kviews
Branch vs decision coverage question
ISTQB does not distinct between these (it reads "Branch/decision coverage") but some sources do say it is different. I would have two question. The essential one is about the difference. And the other ...